/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.section {
  text-align: center;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
.video .layer {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 30%;
}
.video .layer h1 {
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
}

/*solves problem with overflowing video in Mac with Chrome */
.video {
  overflow: hidden;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}

.title {
  margin: 80px 0 70px 0;
}
.title h3 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 30px;
  color: #ccc;
  text-transform: uppercase;
}
.title h2 {
  font-size: 48px;
  color: #333;
}

.btn-outline-blue {
  display: inline-block;
  float: left;
  padding: 0 38px;
  margin-top: 40px;
  font-size: 16px;
  color: #1e50ae;
  line-height: 40px;
  border: #1e50ae solid 1px;
}
.btn-outline-blue .iconfont {
  color: #1e50ae;
}

.btn-outline-orange-full {
  display: inline-block;
  float: left;
  padding: 0 38px;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: #e54437;
  border: #e54437 solid 1px;
}
.btn-outline-orange-full:hover {
  color: #fff;
}
.btn-outline-orange-full .iconfont {
  color: #fff;
}

.location {
  background: url("../../images/location-bg.png") no-repeat center center;
}
.location h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.service {
  background: #f5f5f5 url("../../images/service-bg.png") no-repeat left bottom;
}
.service .list {
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}
.service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  background: #fff;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}
.service .item .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.service .item .icon-pxjy {
  background-image: url("../../images/icon-jypx.png");
}
.service .item .icon-wbpq {
  background-image: url("../../images/icon-wbpq.png");
}
.service .item .icon-dakj {
  background-image: url("../../images/icon-dakj.png");
}
.service .item .icon-zplt {
  background-image: url("../../images/icon-zplt.png");
}
.service .item .icon-glzx {
  background-image: url("../../images/icon-glzx.png");
}
.service .item .icon-swfw {
  background-image: url("../../images/icon-swfw.png");
}
.service .item .icon-hyhz {
  background-image: url("../../images/icon-hyhz.png");
}
.service .item .icon-tel {
  background-image: url("../../images/icon-tel.png");
}
.service .item .icon-jypx {
  background-image: url("../../images/icon-jypx.png");
}
.service .item .icon-email {
  background-image: url("../../images/icon-email.png");
}
.service .item h3 {
  margin-top: 16px;
  font-size: 16px;
  color: #333;
}
.service .item p {
  font-size: 14px;
  color: #999;
}
.service .item span {
  font-size: 16px;
  color: #333;
}
.service .item .iconfont {
  margin-left: 10px;
  width: 36px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #1e50ae;
  border: #1e50ae solid 1px;
  border-radius: 20px;
  font-size: 20px;
}

.news .content .project dt {
  margin-bottom: 10px;
}
.news .content .project dt h3 {
  height: 32px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  color: #333;
  padding-left: 12px;
  border-left: #1e50ae solid 4px;
}
.news .content .project dd a:hover {
  color: #1e50ae;
}
.news .content .recruit dt {
  margin-bottom: 10px;
}
.news .content .recruit dt h3 {
  height: 32px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  color: #333;
  padding-left: 12px;
  border-left: #e54437 solid 4px;
}
.news .content .recruit dd a:hover {
  color: #e54437;
}
.news .content dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 60px;
  color: #333;
  text-align: left;
}
.news .content dd a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  color: #333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .content dd a:hover {
  color: #1e50ae;
}
.news .content dd time {
  line-height: 60px;
  color: #999;
  text-align: right;
  white-space: nowrap;
}

.coverage {
  background: #1e50ae url("../../images/coverage-bg.png") no-repeat left bottom;
  background-size: auto 100%;
}
.coverage .title h3 {
  color: #fff;
}
.coverage .title h2 {
  color: #fff;
}
.coverage .content .describe .number {
  margin-top: 120px;
}
.coverage .content .describe p {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.coverage .content .describe li {
  margin-top: 50px;
  text-align: left;
}
.coverage .content .describe strong {
  display: block;
  font-size: 36px;
  color: #fff;
}
.coverage .content .describe span {
  color: #fff;
}

.customer {
  background: url("../../images/globe-map.png") no-repeat center center;
}
.customer .content li {
  padding-right: 80px;
  padding-bottom: 80px;
}
.customer .content li .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  background: #fff;
  border: #ddd solid 1px;
}

.footer {
  text-align: left;
  background: #1f1f1f;
}
.footer dt {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 10px;
  color: #fff;
}
.footer dd {
  font-size: 14px;
  line-height: 36px;
}
.footer dd a {
  color: #999;
}
.footer dd a:hover {
  color: #fff;
}
.footer dd span {
  color: #999;
}
.footer dd .iconfont {
  color: #999;
}
.footer .link {
  padding: 10px 0 0 0;
  margin: 0;
  color: #999;
  border-top: #999 solid 1px;
}
.footer .link span:after {
  content: " | ";
  color: #999;
}
.footer .link a {
  color: #999;
}
.footer .copyright {
  color: #999;
}
.footer .copyright a {
  color: #999;
}
.footer .copyright p {
  color: #999;
}

.content .swiper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.content .current-swiper {
  width: 650px;
  height: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}
.content .left-swiper {
  position: absolute;
  left: 117px;
  top: 60px;
  z-index: 1;
}
.content .right-swiper {
  position: absolute;
  right: 117px;
  left: auto;
  top: 80px;
  z-index: 1;
}
.content .nocurrent-swiper {
  width: 479px;
  height: 273px;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.content .swiper-slide {
  position: relative;
}
.content .swiper-slide .events-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 8px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 65px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
}
.content .swiper-slide img {
  width: 100%;
  height: 119px;
}
.content .nocurrent-swiper .events-title {
  width: 100%;
  height: 43px;
  font-size: 14px;
  color: #333;
  line-height: 43px;
  background: #fff;
}
.content .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
}
.content .swiper-button-prev .iconfont {
  font-size: 20px;
  color: #bbb;
}
.content .swiper-button-prev:after {
  content: none;
}
.content .swiper-button-prev:hover {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
}
.content .swiper-button-prev:hover .iconfont {
  color: #333;
}
.content .swiper-button-prev:focus {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
  outline: 0;
}
.content .swiper-button-prev:focus .iconfont {
  color: #333;
}
.content .swiper-button-next {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
}
.content .swiper-button-next .iconfont {
  font-size: 20px;
  color: #bbb;
}
.content .swiper-button-next:after {
  content: none;
}
.content .swiper-button-next:hover {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
}
.content .swiper-button-next:hover .iconfont {
  color: #333;
}
.content .swiper-button-next:focus {
  width: 40px;
  height: 40px;
  border: #bbb solid 1px;
  border-radius: 100%;
  outline: 0;
}
.content .swiper-button-next:focus .iconfont {
  color: #333;
}

/*
 * When the browser's viewable area is less than 750px
 */
@media screen and (max-width: 750px) {
  .title {
    margin: 30px 0 20px 0;
  }
  .title h3 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
  }
  .title h2 {
    font-size: 24px;
    color: #333;
  }

  .video video {
    height: 100vh;
  }

  .location {
    background-size: cover;
  }
  .location h2 {
    font-size: 24px;
  }

  .events .content .swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .events .content .swiper-button-next {
    display: none;
  }
  .events .content .swiper-button-prev {
    display: none;
  }
  .events .content .current-swiper {
    width: 100%;
    height: auto;
  }
  .events .content .nocurrent-swiper {
    width: 479px;
    height: 273px;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .events .content .left-swiper {
    display: none;
  }
  .events .content .right-swiper {
    display: none;
  }
  .events .content .events-title {
    font-size: 16px;
  }

  .service .item {
    padding: 0;
    height: auto;
  }
  .service .item .icon {
    width: 24px;
    height: 24px;
    margin-top: 20px;
    background-size: 100% 100%;
  }
  .service .item h3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .service .item p {
    font-size: 12px;
  }
  .service .item span {
    font-size: 14px;
  }
  .service .item .iconfont {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .news {
    padding-top: 30px;
  }
  .news .content .project dt h3 {
    height: 18px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    color: #333;
    padding-left: 12px;
    border-left: #1e50ae solid 4px;
  }
  .news .content .recruit dt h3 {
    height: 18px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    color: #333;
    padding-left: 12px;
    border-left: #e54437 solid 4px;
  }
  .news .content dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
  }
  .news .content dd time {
    line-height: 28px;
  }
  .news .content dd a {
    font-size: 12px;
    line-height: 18px;
    color: #333;
  }

  .coverage img {
    max-width: 90%;
  }
  .coverage .content {
    padding: 0;
  }
  .coverage .content .describe li {
    margin-top: 20px;
  }
  .coverage .content .describe p {
    padding-top: 20px;
    font-size: 14px;
  }
  .coverage .content .describe strong {
    font-size: 14px;
  }
  .coverage .content .describe .number {
    margin-top: 0;
  }

  .customer .container {
    padding: 0;
  }
  .customer .content li {
    padding: 0;
  }
  .customer .content li .img-wrap {
    height: 100px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
  }
  .customer .content li .img-wrap img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .customer .swiper-container {
    padding-bottom: 30px;
  }

  .footer dt {
    font-size: 14px;
  }
  .footer dd {
    margin-bottom: 0;
    line-height: 18px;
  }
  .footer dd a,
  .footer dd span {
    font-size: 12px;
  }
  .footer dd img {
    display: none;
  }
  .footer .link a {
    font-size: 12px;
  }
  .footer .link span {
    font-size: 12px;
  }
  .footer .copyright a {
    font-size: 12px;
  }
  .footer .copyright p {
    font-size: 12px;
  }

  .btn-outline-orange-full {
    display: inline-block;
    float: left;
    padding: 0 24px;
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    border: #e54437 solid 1px;
  }

  .btn-outline-blue {
    display: inline-block;
    float: left;
    padding: 0 24px;
    margin: 10px 0;
    font-size: 14px;
    color: #1e50ae;
    line-height: 28px;
    border: #1e50ae solid 1px;
  }
}

/*# sourceMappingURL=home.css.map */
